home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
C Guide
/
RndPic_module
/
buildinstrings.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1998-04-24
|
274 b
|
11 lines
#define CATCOMP_BLOCK
#include "includes/buildin.strings"
#include <dopus/locale.h>
// This module includes all the locale strings,
// and initialises a pointer to them.
void init_locale_data(struct DOpusLocale *locale)
{
locale->li_BuiltIn=(char *)CatCompBlock;
}